/* 基础样式 */
body{touch-action: pan-y;}
a{-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;}
ol,ul,li {list-style:none; margin:0; padding:0;} 
a{ text-decoration: none; color:#333;}
a:link,a:visited{text-decoration: none;}

/* 阿里云字体图标 */
@font-face {
  font-family: 'iconfont'; 
  src: url('/tpl/default/skin/plugins/iconfont/iconfont.woff2') format('woff2'),
       url('/tpl/default/skin/plugins/iconfont/iconfont.woff') format('woff'),
       url('/tpl/default/skin/plugins/iconfont/iconfont.ttf') format('truetype');
}
.iconfont{font-family:"iconfont" !important;font-size:16px;font-style:normal;-webkit-font-smoothing: antialiased;-webkit-text-stroke-width: 0.2px;-moz-osx-font-smoothing: grayscale;}



/*bootrstrap样式复盖*/
.container-fluid{
	width:1440px !important;
	max-width:90% !important;
}
@media screen and (max-width:1300px){
	.container-fluid{
		max-width:95% !important;
	}
}
@media screen and (max-width:768px){
	.container-fluid{
		max-width:100% !important;
		padding-right: 10px;
		padding-left: 10px;
	}
	
}

#header{
	position:relative;
	z-index:900;
	height:85px;
	background:#fff;
	position:sticky;
	top:0px;
	padding:0 50px;
	display:flex;
	justify-content:space-between;
	-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
	border-bottom:1px solid #ddd;
	align-items:stretch;
}
#header .left{
	display:flex;
	align-items:center;
	align-items:stretch;
}

#header .right{
	display:flex;
	justify-content:right;
	align-items:stretch;
}
#header .logo{
	width:175px;
	display:flex;
	align-items:center;
	cursor:pointer;
}

#header .logo img{
	display:block;
	max-width:100%;
	height:0.25rem;
	max-height:80%;
	min-height:40px;
	-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
}
#header .navList{
	margin:0px;
	display:flex;
	align-items:center;
	justify-content:center;
}
#header .navList li{
	position: relative;
	margin:0 0.08rem;
}
#header .navList li a{
	font-size:15px;
	display:block;
	color:#000;
	position:relative;
	text-align:center;
	line-height:85px;
	-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
}
#header .navList li a:after{
	content:'';
	display:block;
	width:0%;
	height:3px;
	background:#e6212b;
	margin:-3px auto 0 auto;
	-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
}
#header .navList li a:hover:after{
	width:100%;
}

#header .navList li a.active:after{
	width:100%;
}
#header .navList li a .glyphicon{
	font-size:11px;
	transform:scale(0.7); 
}
#header .search{
	display:flex;
	align-items:center;
	justify-content:flex-end;
	margin:0 30px;
	position:relative;
	z-index:999999;
}
#header .search-icon{
	display:block;
	cursor:pointer;
	font-size:24px;
}
#header .search-icon:hover{
	color:#e6212b;
}
#header .search-icon.active{
	color:#e6212b;
}
#header .search-form{
	position:absolute;
	background:rgba(0,0,0,0.1);
	width:320px;
	margin-top:100px;
	right:-8px;
	padding:10px;
	border-radius:3px;
	display:none;
}
#header .search-form form{
	position:relative;
}
#header .search-form form input{
	display:block;
	height:36px;
	line-height:36px;
	border:1px solid #ddd;
}
#header .search-form form button{
	position:absolute;
	top:0px;
	right:0px;
	height:36px;
	background:#4e6ef2;
	color:#fff;
}
#header .search-form form button:hover{
	background:#4662d9;
}

#header .lang{
	display:flex;
	align-items:center;
}
#header .lang a{
	display:block;
	line-height:32px;
}
#header .lang a .glyphicon{
	font-size:16px;
	position:relative;
	top:3px;
}
#header .lang a:hover{
	color:#e6212b;
}

#header.active{
	background:rgba(255,255,255,0.9);
	height:65px;
}
#header.active .navList li a{
	line-height:65px;
}


#header .sliders{
	position:absolute;
	margin-top:1px;
	top:100%;
	left:0px;
	width:100%;
	background:rgba(255,255,255,0.9);
	z-index:99999;
}
#header .child{
	display:none;
}
#header .sliders ul{
	display:flex;
	padding:20px;
	justify-content:center;
}
#header .sliders ul li{
	margin:0 10px;
}
#header .sliders ul li a{
	font-size:15px;
}
#header .sliders ul li a:hover{
	color:#e6212b;
}

.mMenu-icon{
	height:30px;
	width:30px;
	position: fixed;right: 15px;top: 15px;z-index:902;
}
.mMenu-icon .line{
	display:block;
	width:100%;
	height:3px;
	background:#e6212b;
	position:relative;
	transition: 0.3s;-moz-transition: 0.3s;	-webkit-transition: 0.3s;	-o-transition: 0.3s;
	transform:rotate(0deg);-ms-transform:rotate(0deg); 	-moz-transform:rotate(0deg); 	-webkit-transform:rotate(0deg); -o-transform:rotate(0deg); 	
	transform-origin:right;
	border-radius:3px;
	overflow:hidden;
}
.mMenu-icon .l2{
	margin:8px 0;
	width:25px;
	position:relative;
	right:-4px;
}
.mMenu-icon.active .line{
	background:#e6212b;
}
.mMenu-icon.active .l1{
	transform:rotate(-45deg);-ms-transform:rotate(-45deg); 	-moz-transform:rotate(-45deg); -webkit-transform:rotate(-45deg); -o-transform:rotate(-45deg); 
	transform-origin:right;
}
.mMenu-icon.active .l2{
	opacity:0;
}
.mMenu-icon.active .l3{
	transform:rotate(45deg);-ms-transform:rotate(45deg); 	-moz-transform:rotate(45deg); 	-webkit-transform:rotate(45deg); -o-transform:rotate(45deg);
	transform-origin:right;
}

.mMenu-list{
	transition: 0.3s;-moz-transition: 0.3s;	-webkit-transition: 0.3s;	-o-transition: 0.3s;
	background:#fff;
	z-index:901;
	position:fixed;
	top:0px;
	right:-65%;
	height:100%;
	width:65%;
	padding-top:55px;
	border-radius:10000px 0 0 10000px;
	overflow:hidden;
}
.mMenu-list a{
	display:block;
	height:45px;
	line-height:45px;
	border-top:1px solid #eee;
	padding:0 20px;
	position:relative;
	z-index:9999;
}
.mMenu-list a.on{
	background:#e6212b;
	color:#fff;
}

.mMenu-list.active{
	right:0%;
	border-radius:0px;
}
.grayBg{
	position:fixed;
	left:0px;
	top:0px;
	background:#000;
	width:100%;
	height:100%;
	opacity:0.75;
	display:none;
	z-index:900;
}

@media screen and (max-width:768px){
	#header{
		padding:0 15px;
		height:55px;
	}
	#header.active{
		height:55px;
	}
}

/* 底部 */
#footer{
	background:#232323;
	background-size:cover;
	padding:0.25rem 0 0 0;
	color:#fff;
}
#footer .logo{
	margin-bottom:15px;
}
#footer p{
	color:#848484;
}
#footer .ewm{
	display:flex;
	justify-content:right;
}
#footer .address .small{
	color:#666;
}
#footer .bNav{
	display:flex;
	justify-content:space-between;
}
#footer .bNav h4{
	margin-bottom:15px;
}
#footer .bNav h4 a{
	color:#fff;
}
#footer .bNav .item{
	width:100%;
}
#footer .address p{
	color:#99cc99;
}
#footer .bNav .item ul{
	padding:0px;
}
#footer .bNav .item ul li{
	min-width:100px;
	padding:5px 0;
}
#footer .bNav .item ul li a{
	color:#848484;
}
#footer .bNav .item ul li a:hover{
	color:#fff;
	text-decoration:underline;
}
#footer .copyright{
	margin-top:50px;
	border-top:1px solid #333;
	display:flex;
	padding:20px 0;
	justify-content:space-between;
	color:#848484;
}
#footer .copyright a{
	color:#848484;
}
.gotop{
	position:fixed;
	bottom:180px;
	right:20px;
	background:#008d3f;
	padding:10px;
	border-radius:5px;
	cursor:pointer;
	-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
	zoom: 1;
	 transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
	z-index:99999;
	display:none;
}
.gotop:hover{
	transform:scale(0.9);
	background:#7bb232;
}




#mFooter{
	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
	height:55px;
	padding:2px 0;
	background:#fff;
	z-index:999;
	box-shadow:0 0 5px #ddd;
	display:flex;
	border-radius:10px 10px 0 0;
	-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
}
#mFooter .item{
	width:100%;
}
#mFooter .item .iconbox{
	height:24px;
	text-align:center;
	margin-bottom:5px;
}
#mFooter .item .iconbox i{
	display:block;
	font-size:24px;
}
#mFooter .item img{
	display:block;
	margin:4px auto;
	height:24px;
}
#mFooter .item p{
	font-size:12px;
	text-align:center;
}
#mFooter .item.on p{
	color:#e6212b;
}
#mFooter .item.on .iconbox i{
	color:#e6212b;
}






